home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / CHIP Turkiye Ağustos 2001.iso / prog / agustos / 08 / setup.exe / readme.txt < prev    next >
Text File  |  2001-05-29  |  2KB  |  42 lines

  1. Convert Explorer Favorites to HTML Document
  2.  
  3. Feel free to use these apps as you wish. It might be nice if you left
  4. the credits in it.
  5.   
  6. This one's for Microsoft's Internet Explorer. It will convert your
  7. Favorites directory into an HTML document which you can give to others
  8. or use as a start page. Basically a port of my Rexx script, although
  9. I've now added more features to the class than the REXX script. The
  10. latest of which use the Dynamic HTML features of Explorer 4.0.
  11.  
  12. Create a directory and unzip the class there.
  13.  
  14. To use the command enter the following in a command window in the
  15. directory where you saved the class: 
  16.  
  17. jview favorite path > save.html 
  18.  
  19. Where Path is the location of your Favorites directory e.g.
  20. c:\Windows\Favorites and save.html is the name and location of the
  21. resulting document. 
  22.  
  23. Load the file created into Internet Explorer to see the results. 
  24.  
  25. Alternatively, if you are running an HTTP Server, place JVIEW.EXE and
  26. the Favorite.class in your Scripts or cgi-bin directory and use the
  27. following url: 
  28.  
  29. http://localhost/scripts/jview.exe?Favorite+c:\Windows\Favorites 
  30.  
  31. This should work with Microsoft's Personal Web Server with the default
  32. setup. For the correct appearance of the resulting document, the gif
  33. icons need to be placed in an \icons directory. 
  34.  
  35. ** Now added a HTML Application front end. Just run Favorite.hta, edit
  36. the default file names, then click the "Save" button to create the
  37. html file..
  38.  
  39. Brian D. Jones   Brian_Jones@technologist.com   
  40.  
  41. Copyright ⌐1996,1997,1999. Brian D. Jones, Last Updated - 29 May 2001
  42.